SetShowGridOverlaysRequest

data class SetShowGridOverlaysRequest(gridNodeHighlightConfigs: List<GridNodeHighlightConfig>)

Represents request frame that can be used with Overlay#setShowGridOverlays operation call.

Highlight multiple elements with the CSS Grid overlay.

See also

Constructors

SetShowGridOverlaysRequest
Link copied to clipboard
fun SetShowGridOverlaysRequest(gridNodeHighlightConfigs: List<GridNodeHighlightConfig>)

Properties

gridNodeHighlightConfigs
Link copied to clipboard
val gridNodeHighlightConfigs: List<GridNodeHighlightConfig>
An array of node identifiers and descriptors for the highlight appearance.

Sources

jvm source
Link copied to clipboard